/*
Theme Name: lr theme
Theme URI: http://laptopreview.org.ua
Description: lr theme
Author: lr
Author URI: laptopreview.org.ua
*/


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 12px;
	width: 100%;
	background-color: #eee;
}

/*
del
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
*/

input {
	vertical-align: middle;
}
.attachment-thumbnail {
float:left;
display: inline;
margin: 0px 7px 2px 0px;
padding: 4px;
}
.categorythumb img {
float:left;
max-width: 150px;
max-height: 150px;
padding: 4px;
}
hr {
border: 0;
width: 100%;
background: -moz-linear-gradient(top, grey, white);
background: -o-linear-gradient(top, grey, white);
color: silver;
background-color: silver;
height: 2px;
 }

i {
font-style:normal;}

#wrapper {
	width: 993px;
	margin: 0 auto;
	background-color: White;
	border: 1px solid;
	padding: 2px 4px 2px 4px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: auto;
	/*background: #FFE680;*/
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 230px 0 230px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 210px;
	margin-left: -100%;
	position: relative;
	/*background: #B5E3FF;*/
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 210px;
	margin-left: -210px;
	position: relative;
	/*background: #FFACAA;*/
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 70px;
	/*background: #BFF08E;*/
}






/* old styles
---------------------------------------------------------------------------------------
-----------------------------------^_^-------------------------
------------------------------------------------------------
------------------------------------------------------------
*/



/* social */
.topsocial {	
 height: 36px;
 width: 100%;
}	
.facebook_button {	
 float: left !important;	
 margin: 0px 0px 0px 4px;
 }
.feedb {	
 float: left !important;	
 margin: 0px 0px 0px 4px;
 }		
.vkbutton {	
 float: left !important;
 margin: 0px 0px 0px 4px;
 width: 179px;
 }	
 .gbutton {	
 float: left !important;	
 margin: 0px 0px 0px 4px;
 }	
.tweebutton {	
 float: left !important;	
 margin: 0px 0px 0px 4px;
 }
.ljbutton {	
 float: left !important;	
 margin: 0px 0px 0px 4px;
 }

#header1 {
	font-family: "Trebuchet MS";
	height: auto;
	background: #eee url(images/header.jpg) no-repeat;
	/*text-align: right;*/
}

#header1 h1 {
font-size: 33px;
font-weight: 100;
letter-spacing: -3px;
padding: 70px 0px 0px 150px;
}

#header1 h1 a {
color: #1348A6;
}

#header1 h1 a:hover {
color: #111;
}

#header1 h4 {
letter-spacing: -1px;
color: black;
font-size: 19px;
font-weight: 100;
padding: 8px 0px 0px 150px;
}

#menu {
font-family:"Trebuchet MS", Arial, Sans-serif; 
background: #ddd url(images/menu.jpg) no-repeat;
height: 33px;
line-height: 33px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 210px; /* розміщуєм меню по ширині */
}

#menu ul li {
/*display: block;*/
float: left;
}

#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #111;
font-size: 13px; 
text-transform: uppercase;
}

#menu ul li a:hover {
color: #fff;
background: #111 url(images/menuover.jpg) repeat-x;
}

.rss {
	float:right;
	margin:0;
	padding:5px 40px 0 0;
}
.rss a {
	background:url('images/rss.png') no-repeat;
	width:20px;
	height:20px;
	display:block;
}
.rss a:hover {
	background:url('images/rssover.png') no-repeat;
	width:20px;
	height:20px;
	display:block;
}

a { color: #336699; text-decoration: none; }
a:hover { text-decoration: none; color : #111; }


ul { list-style-type: none; }
h1 {
}
h2 {
}
h3 {
font-weight: 100;
margin-top: 7px;
}
h4 {
}
h5 {
}
h2 a:hover, h2 a:visited, h2 a {
}


.post {
text-align: justify;
margin-bottom: 20px;
}

.post table, td, tr { 
border: 1px dotted black;
border-collapse: collapse;
padding: 3px 3px 3px 3px;
}
.post table { 
font-size: smaller;
width: 98%;
padding-top: 3px;
padding-botom: 3px;
}
.post table:first-line
 { 
 background-color:yellow;
 }
tr:nth-of-type(odd) {
   background-color:#f2f2f2;
 }

.post h1 { 
color: #336699;
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 22px;
    margin: 0 0 3px; padding: 0 0 2px; 
	line-height: 28px;
	text-align: center;
}
.post h1 a:hover { text-decoration: underline; }
.post h3 { 
    letter-spacing: -1px;
font-weight:bold;
    font-size: 16px;
    margin: 0 0 4px; padding: 0 0 3px 30px; 
	line-height: 20px;
	text-align: left;
}
.post h3 a:hover { text-decoration: underline; }
.post p {
padding: 5px;
}
.post a {
}
.post ul {
}
.post li {
}


.entry {
/*del

float: left;*/
}
.entrytext .postmetadata {
	clear: both; 
    background:#eee; 
	padding:6px; 
	margin-top: 16px;
	margin-bottom: 5px;
	font-size: 11px;
}
.postmetadata alt {
	clear: both; 
	padding:6px; 
	margin-top: 16px; 
	margin-bottom: 5px;
	font-size: 11px;
}
.postmetadata {
	clear: both; 
	background:#eee; 
	padding:6px; 
	margin-top: 16px; 
	margin-bottom: 5px;
	font-size: 11px;
/* rounded corners /////////////////////////////////  */
-moz-border-radius:5px 5px 5px 5px; 
-webkit-border-radius:5px;
border-radius:5px;
}
.postmetadata a {
font-size: 11px;
}
	p img {	padding: 0;
	max-width: 100%;
	}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}


.sidebar img { padding: 0; margin: 0; }
.sidebar ul {
    list-style-type: none; 
}
.sidebar ul h2 {
    background: #eee url(images/sidebarh2.jpg) no-repeat;
    height: 30px;
	line-height: 30px;
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 14px;
    margin: 2px 0 0 0; padding: 0 0 0 10px; 
	color: #111;
	text-transform: uppercase;
}
.sidebar ul li {
}
.sidebar ul ul {
padding: 7px 0 10px 7px;
}
.sidebar ul ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 22px;
}
.sidebar ul ul li a { font-size: 12px; }
.sidebar ul ul ul {
padding-left: 7px;
}
.sidebar p {
}
.sidebar a {
}
.sidebar a:hover {
}
.sidebar a:visited {
}

#footer {
    letter-spacing: -1px;
   /* background: #eee url(images/footer.jpg) no-repeat;*/
	background: /* #ddd */ url(images/menu.jpg) no-repeat;
	/*height: 70px;
	line-height: 70px;*/
	font-weight: 100;
    font-size: 11px;
    text-align: center;
	color #111;
padding-bottom: 7px;
}
#footer p { color: #111; }
#footer a { color: #111; text-decoration: none; }
#footer a:hover { text-decoration: underline; } 

.footer11{
	font-family: "Times New Roman";
	font-size: 10px;
	color: #676767;
	font-weight: lighter;
letter-spacing: -0.5px;
line-height: 80%;

}
.footer11 a:link { color: #676767; text-decoration: none; }
.footer11 a:hover { color: black; text-decoration: underline; }
.footer11 a:visited { color: #676767; text-decoration: none; }



/* xzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz */
.pagetitle {
}

blockquote{
	border-left:1px solid #A5ABAB; 
	margin:15px; 
	padding:0 12px 0 12px; 
	}


cite {
	font-family: arial, verdana, tahoma;
	font-weight: bold;
	font-style: normal;
	}
cite a{color: #111; text-decoration: none;}


acronym, abbr {
}

#content h2 {
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 16px;
   margin: 0 0 4px; padding: 0 0 3px;
	color: #336699;
}
#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}







ol.commentlist {list-style-type: none;}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	}
ol.commentlist li.alt {background: #f3f3f3;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; }
ol.commentlist a {color:#111;
text-decoration: underline;}


small.commentmetadata {
}
small.commentmetadata a {color:#111;
text-decoration: none;}


#comment{
	width:75%;
	min-width:300px;
	}
#commentssection{
	clear: both;
	padding: 2px 12px; 
	margin: 0; 
	}
#commentform{
	/*background: #eee;*/
	margin: 2px 2px 2px 2px;
	/*padding:20px;*/
	}
#commentform input {
	border: 1px dotted #000;
	margin: 10px 0 0 0;
	padding: 2px;
	}
#commentform p{
	color: #111;
	}
#commentform textarea {
border: 1px dotted #000;
/* background: #eee; */
margin-top: 10px;
color: #333;
}
#commentform a{color: #111; text-decoration: none;}

input, textarea { 
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
border-radius: 2px; }

#searchform {
padding-left: 10px;
display: inline;
}

#searchform input {
font-size:12px;padding:6px;
border: 1px solid #aaa;
/* rounded corners  */
-moz-border-radius:3px 3px 3px 3px; 
-webkit-border-radius:3px;
border-radius:3px;
}
#searchform #s {
}
#searchform input#searchsubmit{
margin-top: 5px;
border:0;color:#fff; background: #336699;
width: 50px;
}

.dateicon {
padding-left: 20px;
background: url(images/date.gif) no-repeat;
color: #111;
margin: 1px 0;
}
